columnview: Add GtkColumnViewRow
authorBenjamin Otte <otte@redhat.com>
Mon, 27 Mar 2023 02:36:22 +0000 (04:36 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 1 Apr 2023 18:49:40 +0000 (20:49 +0200)
commit7cfab4edf2d834456246bf95bbc32f3834370d35
tree8de49b01fb4aac7584fc06622e118d56ff6fa83b
parent04c049ee54027ce5a1149125ef579ec48a853df0
columnview: Add GtkColumnViewRow

There is no way to set it yet, this is just to prove that it works.

It also changes the focus behavior of rows. They are now always
focusable - unless turned off by the factory once that is possible.
gtk/gtk.h
gtk/gtkcolumnviewrow.c [new file with mode: 0644]
gtk/gtkcolumnviewrow.h [new file with mode: 0644]
gtk/gtkcolumnviewrowprivate.h [new file with mode: 0644]
gtk/gtkcolumnviewrowwidget.c
gtk/meson.build